Assignment operator
An expression is evaluated, and the result is
saved in a variable:
      y = (m * x) + c;